home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / LQS55H (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  989 b   |  23 lines

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. class ToolTipManager$insideTimerAction implements ActionListener {
  7.    // $FF: synthetic field
  8.    ToolTipManager this$0;
  9.  
  10.    public void actionPerformed(ActionEvent e) {
  11.       if (this.this$0.insideComponent != null && this.this$0.insideComponent.isShowing()) {
  12.          this.this$0.showImmediately = true;
  13.          this.this$0.showTipWindow();
  14.       }
  15.  
  16.    }
  17.  
  18.    // $FF: synthetic method
  19.    ToolTipManager$insideTimerAction(ToolTipManager this$0) {
  20.       this.this$0 = this$0;
  21.    }
  22. }
  23.